3ec4fa
@@ -217,7 +217,7 @@
public abstract class Parameters<S extends Parameters<S, T>, T extends Parameter
 			return parameters.get(index);
 		} catch (IndexOutOfBoundsException e) {
 			throw new ParameterOutOfBoundsException(
-					"Invalid parameter index! You seem to have declare too little query method parameters!", e);
+					"Invalid parameter index! You seem to have declared too little query method parameters!", e);
 		}
 	}
 
